ShowMarquee Property (FlexGridBase<T>)
In This Topic
Gets or sets a value that indicates whether the grid should display a marquee element around the current selection.
Syntax
'Declaration
Public Overridable Property ShowMarquee As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.ShowMarquee = value
value = instance.ShowMarquee
public virtual System.bool ShowMarquee {get; set;}
public read-write property ShowMarquee: System.Boolean; virtual;
public function get,set ShowMarquee : System.boolean
public: __property virtual System.bool get_ShowMarquee();
public: __property virtual void set_ShowMarquee(
System.bool value
);
public:
virtual property System.bool ShowMarquee {
System.bool get();
void set ( System.bool value);
}
See Also